home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / java2d / SunGraphicsEnvironment$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  817 b   |  26 lines

  1. package sun.java2d;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. final class SunGraphicsEnvironment$3 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    final SunGraphicsEnvironment this$0;
  8.  
  9.    SunGraphicsEnvironment$3(SunGraphicsEnvironment var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public Object run() {
  14.       if (this.this$0.fontPath == null) {
  15.          this.this$0.fontPath = this.this$0.getPlatformFontPath(SunGraphicsEnvironment.noType1Font);
  16.       }
  17.  
  18.       if (this.this$0.fontPath != null) {
  19.          SunGraphicsEnvironment.access$600(this.this$0, this.this$0.fontPath, false, 6, false, true);
  20.       }
  21.  
  22.       SunGraphicsEnvironment.access$702(this.this$0, true);
  23.       return null;
  24.    }
  25. }
  26.